home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / English.lproj / Stopwatch / data.classes next >
Encoding:
Text File  |  1992-12-24  |  789 b   |  57 lines

  1. SessionInspector = {
  2.     ACTIONS = {
  3.     addSession:;
  4.     updateSession:;
  5.     deleteSession:;
  6.     nextSession:;
  7.     previousSession:;
  8.     };
  9.     OUTLETS = {
  10.     hoursField;
  11.     updateButton;
  12.     startTimeField;
  13.     panel;
  14.     durationField;
  15.     deleteButton;
  16.     startDateField;
  17.     addButton;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. StopWatch = {
  27.     SUPERCLASS = Object;
  28. };
  29. Controller = {
  30.     ACTIONS = {
  31.     compactClients:;
  32.     saveAs:;
  33.     generateDetail:;
  34.     export:;
  35.     setupClient:;
  36.     appDidInit:;
  37.     selectClient:;
  38.     showInfo:;
  39.     buttonHandler:;
  40.     closeMonth:;
  41.     browseClient:;
  42.     import:;
  43.     };
  44.     OUTLETS = {
  45.     clientMgr;
  46.     clientButtons;
  47.     clientList;
  48.     startButton;
  49.     clientBrowser;
  50.     elapsedTimeField;
  51.     description;
  52.     stopwatch;
  53.     infoPanel;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57.